home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
MacFormat 1995 June
/
MacFormat 25.iso
/
Shareware City
/
Developers
/
macgzip_03b2-src
/
macos
/
Posix
/
Posix Includes
/
utime.h
< prev
Encoding:
Amiga
Atari
Commodore
DOS
FM Towns/JPY
Macintosh
Macintosh JP
Macintosh to JP
NeXTSTEP
RISC OS/Acorn
Shift JIS
UTF-8
Wrap
C/C++ Source or Header
|
1994-10-17
|
137 b
|
14 lines
|
[
TEXT/KAHL
]
/* $Id: $ */
#pragma once
#include <time.h>
struct utimbuf {
time_t actime;
time_t modtime;
};
int utime(char*, struct utimbuf*);